-
Notifications
You must be signed in to change notification settings - Fork 924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(ci) mark flakey test suites as "continue-on-error: true" #2874
Conversation
…n complete a release pipeline and get signed binaries with release
Codecov Report
@@ Coverage Diff @@
## main #2874 +/- ##
==========================================
- Coverage 51.85% 50.32% -1.53%
==========================================
Files 167 167
Lines 10801 10801
==========================================
- Hits 5601 5436 -165
- Misses 4708 4880 +172
+ Partials 492 485 -7 |
@MSevey have a look at the changes i had to add to version_bump here, seems it hadn't run in a looooooooong time but was failing once i was skipping flakey tests, copied what we have in celestia-app |
@ramin there is currently a bug in app's version bumping that I'm digging into. Will circle back once I've fixed app to know if there are changes to reapply here. |
@ramin I would add this update to the version_bump job https://github.com/celestiaorg/celestia-app/pull/2773/files This ensures proper handling of any non master/main release branches. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs update to version bump.
@MSevey ok this is up to date |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utack
in the interest of having a full pipeline for release 0.12.0, have marked the swamp and unit w/ race tests to
continue-on-error: true
so though the job will still fail in ci, the pipeline and dependent steps after those tests (namely version_bump + goreleaser) will still proceed as though they were successful, and we can get signed binaries with the tagged release